GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-30T23:49:17.0092829+00:00",
"SubmitDate": "2026-01-30T23:49:17.0092829+00:00",
"ReportPeriodStart": "2026-01-30T23:49:17.0092829+00:00",
"ReportPeriodEnd": "2026-01-30T23:49:17.0092829+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "675dc0eb-bc64-473f-b5ec-0bd398073692",
"Rows": [
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "675dc0eb-bc64-473f-b5ec-0bd398073692",
"Rows": [
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"40feefb8-0544-40ab-b5c2-2594bbfc3e33",
"8927d98a-9462-4dc9-9dc4-ec74c8135ae1"
],
"Approvers": [
"4f997487-719c-4fe3-a10e-630c7371b7ea",
"b1797f0b-1116-4021-a7ce-a7668036067b"
],
"ApprovedBy": "63cf27e4-a582-4530-aac1-8e7cabda04f7",
"ApprovalDate": "2026-01-30T23:49:17.0249077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c9d81f0e-5219-4ce4-97d9-fd30a1c7e850",
"id": "8a385d0b-f740-4d2b-91d2-03dbd286cc06",
"ConfigId": "89621307-1787-43dd-aaba-344ab4db2976"
},
{
"GenerationDate": "2026-01-30T23:49:17.0092829+00:00",
"SubmitDate": "2026-01-30T23:49:17.0092829+00:00",
"ReportPeriodStart": "2026-01-30T23:49:17.0092829+00:00",
"ReportPeriodEnd": "2026-01-30T23:49:17.0092829+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "675dc0eb-bc64-473f-b5ec-0bd398073692",
"Rows": [
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "675dc0eb-bc64-473f-b5ec-0bd398073692",
"Rows": [
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf54e93d-f9fa-45cb-b082-f7b9eb873d12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"40feefb8-0544-40ab-b5c2-2594bbfc3e33",
"8927d98a-9462-4dc9-9dc4-ec74c8135ae1"
],
"Approvers": [
"4f997487-719c-4fe3-a10e-630c7371b7ea",
"b1797f0b-1116-4021-a7ce-a7668036067b"
],
"ApprovedBy": "63cf27e4-a582-4530-aac1-8e7cabda04f7",
"ApprovalDate": "2026-01-30T23:49:17.0249077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c9d81f0e-5219-4ce4-97d9-fd30a1c7e850",
"id": "8a385d0b-f740-4d2b-91d2-03dbd286cc06",
"ConfigId": "89621307-1787-43dd-aaba-344ab4db2976"
}
]